-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New lineshapes and spin factors #17
base: master
Are you sure you want to change the base?
Conversation
Experimental integrator2
added spin factors for V[S,P]->V V decays
…alue of some arbitrary C++ code
…ents not just data taking categories
fixed a compilation error in systems where OMP is not available
So the problem is that four-index tensors become very slow as currently implemented (in principal, it does work, its just impractical) |
Implemented a few more lineshapes and spin factors.
Some of the more complicated spin factors do not seem to work yet.
The expressions compile but somehow AmpGen freezes when computing them.
Are expressions like this:
Tensor term3 = term2(-alpha,-beta) * L(alpha,mu);
supposed to work with the current framework?
Those spin factors are commented for now and might be fixed in a future commit.